TaskStatus Enumeration

Identifies the status types of a task item.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public enum TaskStatus

Members

NotStarted0 Specifies that the task is not started.
InProgress1 Specifies that the task is in progress.
Completed2 Specifies that the task is completed.
WaitingOnOthers3 Specifies that the task is waiting on others.
Deferred4 Specifies that the task is deferred.
None5 None.

See Also